runtime.m.nextp (field)
15 uses
runtime (current package)
proc.go#L1464: if mp.nextp != 0 {
proc.go#L1467: mp.nextp.set(p)
proc.go#L1604: acquirep(gp.m.nextp.ptr())
proc.go#L1605: gp.m.nextp = 0
proc.go#L2399: mp.nextp.set(pp)
proc.go#L2537: acquirep(gp.m.nextp.ptr())
proc.go#L2538: gp.m.nextp = 0
proc.go#L2640: if nmp.nextp != 0 {
proc.go#L2648: nmp.nextp.set(pp)
proc.go#L2787: acquirep(gp.m.nextp.ptr())
proc.go#L2788: gp.m.nextp = 0
proc.go#L2800: if mp.nextp != 0 {
proc.go#L2806: mp.nextp.set(pp)
proc.go#L5484: mp.nextp.set(pp)
runtime2.go#L549: nextp puintptr
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |